home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / COMM / ICOM100A.ARJ / PCP-OFF.SCR < prev    next >
Text File  |  1992-02-09  |  675b  |  20 lines

  1. ;=| PC Pursuit Logoff Script v1.00 |==========================================;
  2. ;                                                                             ;
  3. ; For use as a @SCRIPT command to plug into a BIF, in the 'Logoff Command'    ;
  4. ; item, this script logs off PC Pursuit after a sesson completes.             ;
  5. ;                                                                             ;
  6. ;=============================================================================;
  7.  
  8. offline DONE                  ; if not connected, skip it, goto done
  9. AGAIN:
  10. sendbreak
  11. send "^M@"
  12. when
  13. when "@" "D"
  14. waitfor "DISCONNECTED" 8 AGAIN
  15. delay 20
  16. hangup
  17.  
  18. DONE:
  19.  exit
  20.